* {
    margin: 0;
    padding: 0;
    font-family: Noto Sans SC
}

body, html {
    width: 100%;
    background: #fff
}

ul, li {
    list-style: none
}

input {
    border: none;
    outline: none
}

a {
    text-decoration: none
}

button {
    cursor: pointer;
    outline: none;
    border: none
}

i {
    font-style: normal
}

.type-area {
    width: 1200px
}

.bg-one {
    background: white
}

.bg-two {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fafafa
}

header {
    display: flex;
    justify-content: center;
    flex-shrink: 0
}

header .content .prompt-info {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0
}

header .content .prompt-info p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45)
}

header .content .prompt-info img:nth-of-type(1) {
    margin-right: 20px
}

header .content .search {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0
}

header .content .search .left {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

header .content .search .left .logo {
    margin-right: 20px
}

header .content .search .left .city {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0
}

header .content .search .left .city div {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

header .content .search .left .city .location {
    margin-bottom: 2px
}

header .content .search .left .city .location p {
    font-size: 14px;
    color: #000000;
    margin-right: 6px
}

header .content .search .left .city .check {
    cursor: pointer
}

header .content .search .left .city .check p {
    font-size: 12px;
    color: #8e9299;
    margin-right: 4px
}

header .content .search .input {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

header .content .search .input .add-border {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border: 2px solid #ffb400;
    box-sizing: border-box;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

header .content .search .input .add-border .circuit-btn {
    width: 80px;
    height: 36px;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

header .content .search .input .add-border .circuit-btn span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    margin-right: 4px
}

header .content .search .input .add-border input {
    width: 395px;
    border: none;
    padding-left: 12px
}

header .content .search .input button {
    width: 80px;
    height: 40px;
    background: #ffb400;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #ffb400;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

header .content .search .right {
    display: flex
}

header .content .search .right .weixin {
    display: flex;
    align-items: center;
    margin-right: 36px;
    flex-shrink: 0
}

header .content .search .right .weixin div {
    margin-left: 8px
}

header .content .search .right .weixin div p:nth-of-type(1) {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.45)
}

header .content .search .right .weixin div p:nth-of-type(2) {
    font-weight: bold;
    font-size: 16px;
    color: #47b881
}

header .content .search .right .phone {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

header .content .search .right .phone div {
    margin-left: 8px
}

header .content .search .right .phone div p:nth-of-type(1) {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.45)
}

header .content .search .right .phone div p:nth-of-type(2) {
    font-weight: bold;
    font-size: 16px;
    color: #ffad0d
}

nav {
    width: 100%;
    background: #19c485;
    display: flex;
    justify-content: center;
    flex-shrink: 0
}

nav .content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 44px
}

nav .content ul {
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

nav .content ul li a {
    height: 100%;
    line-height: 44px;
    font-size: 14px;
    padding: 0 30px;
    color: #ffffff;
    cursor: pointer
}

nav .content ul .active {
    font-weight: bold;
    background: #0c9c6c
}

footer {
    background: #fafafa;
    padding: 24px 0
}

footer .site, footer .blogroll {
    display: flex;
    width: 100%;
}

footer .site .sitenav, footer .blogroll .sitenav {
    flex: 1;
    font-weight: bold;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    margin: 8px 0 20px 0
}

footer .site .linkk, footer .blogroll .linkk {
    display: flex;
    flex: 8;
    margin: 8px 0 20px 0px;
    flex-wrap: wrap
}

footer .site .linkk p, footer .blogroll .linkk p {
    display: flex;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    padding-right: 16px;
    flex-wrap: wrap;
    cursor: pointer
}

footer .site .linkk p:hover, footer .blogroll .linkk p:hover {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: underline
}

footer .site-line {
    border-bottom: 1px solid #e2e2e2
}

footer .explain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px
}

footer .explain p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45)
}

.inff {
    font-weight: bold;
    font-size: 18px;
    margin-left: 8px
}

.in-orange {
    color: #ff8156
}

.in-yellow {
    color: #ffb400
}

.in-blue {
    color: #297dfb
}

.ve-orange {
    background: #ff8156
}

.ve-yellow {
    background: #ffb400
}

.ve-blue {
    background: #297dfb
}

.slider-bar {
    position: absolute;
    left: 50%;
    bottom: 300px;
    margin-left: 650px;
    width: 45px;
    height: 130px
}

.a-text {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}

.right{
    position: relative;
}
.weixin{
    cursor: pointer;
}
.show_weixin{
    display: none;
    top: 40px;
    position: absolute;
    width: 150px;
    border-radius: 15px;
    padding: 8px;
    background-color: #fff;
}
.show_weixin img{
    width: 100%;
}